https://github.com/11ways/alchemy-styleboost
The style plugin for Alchemy, which incorporates Bootstrap 3
https://github.com/11ways/alchemy-styleboost
Last synced: 3 months ago
JSON representation
The style plugin for Alchemy, which incorporates Bootstrap 3
- Host: GitHub
- URL: https://github.com/11ways/alchemy-styleboost
- Owner: 11ways
- License: mit
- Created: 2015-06-22T10:36:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T22:02:57.000Z (over 1 year ago)
- Last Synced: 2025-03-12T10:42:48.553Z (3 months ago)
- Language: JavaScript
- Size: 11.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Alchemy Styleboost
The Styleboost plugin provides your Alchemy application and plugins access
to several popular front-end frameworks.# Usage
You can use the stylesheet files by importing it like you normally
would, for example:```less
@import 'bootstrap/bootstrap';
```The bootstrap files can be overloaded in your base app or plugin folder by
simply creating an `assets/stylesheets/bootstrap/filetooverload.less` file.This overloading won't necesarily affect plugins, as they're encouraged to
use the **original**, un-overloadable files using the following import:```less
@import 'original/bootstrap/bootstrap';
```This does not mean you can't overload plugin styles, it means you'll have to
overload the plugin's less files themselves.