mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +02:00
Add new UI files
This commit is contained in:
17
styles/all.less
Normal file
17
styles/all.less
Normal file
@@ -0,0 +1,17 @@
|
||||
/* ==========================================================================
|
||||
NMC Bootstrap
|
||||
|
||||
This LESS file imports all other LESS files. You should compile
|
||||
and minify this file before site launch.
|
||||
========================================================================== */
|
||||
|
||||
/* Import NMC bootstrap */
|
||||
|
||||
@import "base/all";
|
||||
|
||||
/* Import site-specific styles */
|
||||
|
||||
@import "site/site-header.less";
|
||||
@import "site/site-navigation.less";
|
||||
@import "site/site-content.less";
|
||||
@import "site/site-footer.less";
|
Reference in New Issue
Block a user