Split base styles into base.css
That way we can load this css in other projects to bring the basic stuff such as normalize, navbar, notifications, custom scrollbars, and so on.
This commit is contained in:
@@ -3,19 +3,10 @@
|
||||
@import _utils
|
||||
|
||||
@import _comments
|
||||
|
||||
@import _error
|
||||
|
||||
@import _base
|
||||
@import _notifications
|
||||
@import _search
|
||||
|
||||
|
||||
/* CSS comes from fontello.com using static/assets/font/config.json */
|
||||
|
||||
@import plugins/js_perfectscrollbar
|
||||
|
||||
|
||||
#blog_container
|
||||
margin: 0
|
||||
padding:
|
||||
|
Reference in New Issue
Block a user