starting point of vue app
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
@import './base/reset';
|
||||
// @import './base/variables';
|
||||
// @import './base/colors';
|
||||
// @import './base/grid-flex';
|
||||
// @import './base/layout';
|
||||
// @import './base/fonts';
|
||||
// @import './base/transitions';
|
||||
|
||||
|
||||
body{
|
||||
color: #1a1a1a;
|
||||
background-color: red;
|
||||
}
|
||||
|
||||
#root{
|
||||
}
|
||||
Reference in New Issue
Block a user