Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-27 | Fix #2922 - Load stylesheet from "custom.css" entrypoint when present (#3332) | Eugen Rochko | |
* Fix #2922 - Load stylesheet from "custom.css" entrypoint when present This is pretty much the same way it worked as before, albeit with having to create app/javascript/packs/custom.js with require('../styles/custom.scss') (or whatever you want really), which will be a blank slate for you to import whatever you want * Remove old assets directory * Extract font-awesome into common.css and always load it | |||
2017-05-19 | Remove unused style helper (#3145) | Matt Jankowski | |
2017-04-15 | Check for a custom css file to help customization of instances (#1368) | Naouak | |
* User can create a custom.scss to customize their instance without modifying gitted files. * Add documentation for customization. * Forgot the helper file * Fix Style to pass codeclimate * Requests from maintainer. |