Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
74b7e6e2
Commit
74b7e6e2
authored
Nov 22, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move style guide to remx-lib
parent
f550bd8c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
index.js
remix-lib/index.js
+5
-1
style-guide.js
remix-lib/src/ui/style-guide.js
+0
-0
No files found.
remix-lib/index.js
View file @
74b7e6e2
...
...
@@ -10,6 +10,7 @@ var Web3Providers = require('./src/web3Provider/web3Providers')
var
DummyProvider
=
require
(
'./src/web3Provider/dummyProvider'
)
var
AstWalker
=
require
(
'./src/astWalker'
)
var
global
=
require
(
'./src/global'
)
var
styleGuide
=
require
(
'./src/ui/style-guide'
)
if
(
typeof
(
module
)
!==
'undefined'
&&
typeof
(
module
.
exports
)
!==
'undefined'
)
{
module
.
exports
=
modules
()
...
...
@@ -35,6 +36,9 @@ function modules () {
init
:
init
,
util
:
util
,
AstWalker
:
AstWalker
,
global
:
global
global
:
global
,
ui
:
{
styleGuide
:
styleGuide
}
}
}
remix-
debugger/src/ui/styles
/style-guide.js
→
remix-
lib/src/ui
/style-guide.js
View file @
74b7e6e2
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment