Commit Graph

21 Commits

Author SHA1 Message Date
Alex Windett 625b6c8922 removing unused variables 2017-01-18 14:32:17 +00:00
Alex Windett acbf130c2c Seperating Normalization and Bootstrap Reboot
- Moving normalizae styles out of <Base> component.
- Creating CSS file for normalize css in vendor
- Moving assets directory
- Updating npm storybook script to include new normalize css
- Adding normalize css to <head> of storybook
- Adding css-loader to frontend webpack
- Including normalize.css in root of frontend
2017-01-18 14:32:17 +00:00
Alex Windett dbe3289bb6 creating base elements component loop 2017-01-16 17:38:21 +00:00
Tom Gallacher 355e5bb587 Fixing incorrect fonts. 2017-01-16 14:02:31 +00:00
Tom Gallacher 4953ae36ea Fixing fonts 2017-01-13 18:14:25 +00:00
Sérgio Ramos 124ec8e6d3 convert every px measure into rem 2017-01-12 19:04:52 +00:00
Sérgio Ramos 0cba80f4e9 rm duplicated variable 2017-01-10 18:06:11 +00:00
Sérgio Ramos 3d3b9faa0e remove links constants 2017-01-10 18:06:11 +00:00
Alex Windett c31d08a15c updating base and wrapping input in Base element in storybook 2017-01-10 14:51:11 +00:00
Alex Windett 9454238404 creating function to generate fonts from arrays 2017-01-10 12:11:19 +00:00
Sérgio Ramos 69627def2a don't apply font, size and color to every element 2017-01-09 12:36:44 +00:00
Sérgio Ramos b66d32f33d add LibreFranklin font-family 2017-01-09 11:52:51 +00:00
Sérgio Ramos 16f0ec6321 implement a simple header 2016-12-13 22:13:45 +00:00
Tom Gallacher fa376612aa Ensure tests pass, for merge. 2016-12-12 10:28:48 +00:00
Sérgio Ramos 557cd5a291 wip rm css 2016-12-12 10:28:47 +00:00
Alex Windett 7b30859223 removing clearfix and updating component 2016-11-29 14:11:32 +00:00
Sérgio Ramos 6a994e05f6 Css linting (#66)
* creating css .stylelintrc file

(cherry picked from commit df0a573666151fb522cb203f82a7a6a979fc33cc)

* updating lintfile

(cherry picked from commit 623ad22d69566a912988239c05d2f803e735362f)

* ignore base bootstrap styles

(cherry picked from commit 0ea94926a004367a67983b08a8ea47c974ef6e49)

* Working on making css inline with css linting

(cherry picked from commit 259fdfcaf9ae280e664471c7d5278214d991168e)

* removing generic class names and nesting for clear names without nesting

(cherry picked from commit d0427c2c09771df049ed9ab4e7b5d2f2076106fd)

* making components compatable with new css lint

(cherry picked from commit b147f157c3b9b39708a750f281d8278211454137)

* updating csslint file

(cherry picked from commit 53b0480476b6e5c4d94763baeaef7d33e9c2342d)

* adding alphabetical ordering to stylelint and updating css files with this

(cherry picked from commit a6b7860efa01e673df20546bb5830587eeb140d6)

* integrate stylelint with webpack

this way we can integrate postcss plugins

# Conflicts:
#	ui/yarn.lock

* exit process with 1, when stylelint finds issues

* listen to unhandled rejection from stylelint

* use stylelintignore

* fix stylelint raised issues
2016-11-02 17:34:08 +00:00
Sérgio Ramos efebd9c2b9 replace postcs-module-values with postcss-constants 2016-10-28 16:09:15 +01:00
Sérgio Ramos 6bf401b3bb react and a11y linting 2016-10-25 20:15:33 +01:00
Sérgio Ramos 6df1d14049 base styles based on bootstrap and normalize 2016-10-25 02:15:43 +01:00
Sérgio Ramos e5c226fa9c create empty guidelines 2016-10-24 14:14:03 +01:00