fifpro-design-system
v0.35.0
Published
FIFPRO Design System available as an NPM Module
Downloads
506
Keywords
Readme
FIFPRO Design System Module
This repo contains the Frontend code for the FIFPRO Design System, which will be used as a node module.
Install
TODO
Tasks
npm run gulp
npm run watch
npm run serve
npm run release
Development
Create a symbolic link between the root of the module and the target project's node_modules
ln -s /{sites-path}/fifpro-design-system /{target-path}/node_modules
Compiled SASS
This module compiles the following SASS/CSS files, which can be used to your liking in the FIFPRO projects
c_bootstrap.scss
/c_bootstrap.css
Bootstrap from node_modulesc_fifpro.scss
/c_fifpro.css
-> FIFPRO theme that overrides bootstrap (if needed)style.scss
/style.css
-> above files combined
Assets
TODO
Fonts
TODO
Javascript
TODO