Skip to content

Commit

Permalink
config: setup tailwind css
Browse files Browse the repository at this point in the history
  • Loading branch information
jrishabh55 committed Jun 14, 2020
1 parent 276bcef commit 0fad173
Show file tree
Hide file tree
Showing 6 changed files with 70,054 additions and 1 deletion.
7 changes: 7 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* eslint-disable */

const tailwindcss = require('tailwindcss');

module.exports = {
plugins: [tailwindcss('./tailwind.config.js'), require('autoprefixer')],
};
1 change: 1 addition & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import CodeMirror from 'components/CodeMirror/CodeMirror';

import { themes, LANGUAGES, baseCode } from 'utils';

import './assets/main.css';
import './App.scss';

function App() {
Expand Down
Loading

0 comments on commit 0fad173

Please sign in to comment.