diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-07-03 13:56:44 -0700 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2017-07-03 13:56:44 -0700 |
commit | e3c428f17a2242c00ff088023022115694db9197 (patch) | |
tree | fe1b47a7e8df671895d613c93793f78177667806 /src | |
parent | c88aebb3170df6f165c52bedb04f64b37ec28fce (diff) |
Delete legacy css
Diffstat (limited to 'src')
-rw-r--r-- | src/index.config.css | 1 | ||||
-rw-r--r-- | src/index.css.js | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/index.config.css b/src/index.config.css deleted file mode 100644 index f57f163..0000000 --- a/src/index.config.css +++ /dev/null @@ -1 +0,0 @@ -$fontSize: 50px; diff --git a/src/index.css.js b/src/index.css.js deleted file mode 100644 index 23966b9..0000000 --- a/src/index.css.js +++ /dev/null @@ -1,3 +0,0 @@ -export const anotherOne = { - display: 'flex' -} |