Skip to content
Snippets Groups Projects
Commit ad88bf77 authored by Alf Eaton's avatar Alf Eaton
Browse files

Rename .css files to .scss

parent 2cb26356
No related branches found
No related tags found
No related merge requests found
import React from 'react' import React from 'react'
import 'xpub-fonts' import 'xpub-fonts'
import classes from './StyleGuideRenderer.local.css' import classes from './StyleGuideRenderer.local.scss'
const StyleGuideRenderer = ({ title, children, toc }) => { const StyleGuideRenderer = ({ title, children, toc }) => {
return ( return (
......
...@@ -4,7 +4,7 @@ import { reducer as formReducer } from 'redux-form' ...@@ -4,7 +4,7 @@ import { reducer as formReducer } from 'redux-form'
import { createStore, combineReducers } from 'redux' import { createStore, combineReducers } from 'redux'
import 'xpub-fonts' import 'xpub-fonts'
import classes from './Wrapper.local.css' import classes from './Wrapper.local.scss'
const rootReducer = combineReducers({ const rootReducer = combineReducers({
form: formReducer form: formReducer
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment