SD UI Foundation Themes
Free themes for the most advanced responsive front-end framework in the world - ZURB Foundation 6. SD UI themes are made for people to create their projects even faster with Foundation.
List of themes
- Classic - Clean light-blue theme
- Dark - Clean Dark UI
- Gradient - Clean blue theme with gradients
- Coming soon...
Usage
Replace the default Foundation CSS and JS files with the files from theme-name/dist/
. Installation is complete, enjoy!
Advanced usage
You can easily customize themes for you own goals. For themes building we use node + npm (yarn) + webpack. To start you should perform several steps:
-
Install required npm packages
-
Start webpack development server. Specify option
--theme=name
to build theme you want, classic one is built by default.npm start -- --theme=dark
-
Build final source
npm run build -- --theme=classic