Create synapse-admin using 'rekit create --sass synapse-admin'
Change-Id: I14a94754264c83faffb7fea5099d37c97e60b07a
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@import './mixins';
|
||||
|
||||
// Here you put all global css rules.
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
// index is the entry for all styles.
|
||||
@import './global';
|
||||
@import '../features/home/style';
|
||||
@import '../features/common/style';
|
||||
@import '../features/examples/style';
|
||||
Reference in New Issue
Block a user