Plugin Bootstrap CSS framework resource files
8% of Grails users
Dependency:
compile "org.grails.plugins:twitter-bootstrap:3.3.4"
Summary
Provides Bootstrap CSS framework resource files.Bootstrap is a toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more.To get started with Bootstrap checkout the Bootstrap Documentation!
Installation
Add the following to your grails-app/conf/BuildConfig
If you need to use Bootstrap 2.3 with Grails 2.4, there is a version of the plugin called 2.3.2.2 for that.
… plugins { … runtime ':twitter-bootstrap:3.3.5' … }
Description
Twitter Bootstrap CSS framework resource filesProvides Twitter Bootstrap CSS framework resource files.Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more. It includes base CSS styles for typography, forms, buttons, tables, grids, navigation, alerts, and more. To get started -- checkout http://twitter.github.com/bootstrap!Full documentation