Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Add tailwind from npm (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Cuadra committed Sep 2, 2018
1 parent 2c1b3ba commit 8219651
Show file tree
Hide file tree
Showing 3 changed files with 236 additions and 0 deletions.
233 changes: 233 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"react-qr-reader": "^2.1.0",
"react-vis": "^1.10.7",
"rmwc": "^1.9.2",
"tailwindcss": "^0.6.5",
"uuid": "^3.3.2",
"webtorrent": "^0.102.1",
"yup": "^0.26.2"
Expand Down
2 changes: 2 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import React from 'react';
import App, { Container } from 'next/app';

import Layout from '../src/Layout';

import 'tailwindcss/dist/utilities.min.css';
import 'material-components-web/dist/material-components-web.min.css';
import 'react-vis/dist/style.css';
import '../styles/style.css';
Expand Down

0 comments on commit 8219651

Please sign in to comment.