Revert "feat tailwind
: im never using this css-fuckery again"
This reverts commit e3b108654f
.
This commit is contained in:
parent
55a6bd2278
commit
0bab40b248
3 changed files with 14 additions and 20 deletions
|
@ -3,4 +3,17 @@
|
|||
Blueprint extensions.
|
||||
|
||||
Learn more at https://blueprint.zip
|
||||
*/
|
||||
*/
|
||||
|
||||
:root {
|
||||
--tw-50: hsl(216, 33%, 97%);
|
||||
--tw-100: hsl(214, 15%, 91%);
|
||||
--tw-200: hsl(210, 16%, 82%);
|
||||
--tw-300: hsl(211, 13%, 65%);
|
||||
--tw-400: hsl(211, 10%, 53%);
|
||||
--tw-500: hsl(211, 12%, 43%);
|
||||
--tw-600: hsl(209, 14%, 37%);
|
||||
--tw-700: hsl(209, 18%, 30%);
|
||||
--tw-800: hsl(209, 20%, 25%);
|
||||
--tw-900: hsl(210, 24%, 16%);
|
||||
}
|
|
@ -1,16 +0,0 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
--tw-gray-50: hsl(216, 33%, 97%);
|
||||
--tw-gray-100: hsl(214, 15%, 91%);
|
||||
--tw-gray-200: hsl(210, 16%, 82%);
|
||||
--tw-gray-300: hsl(211, 13%, 65%);
|
||||
--tw-gray-400: hsl(211, 10%, 53%);
|
||||
--tw-gray-500: hsl(211, 12%, 43%);
|
||||
--tw-gray-600: hsl(209, 14%, 37%);
|
||||
--tw-gray-700: hsl(209, 18%, 30%);
|
||||
--tw-gray-800: hsl(209, 20%, 25%);
|
||||
--tw-gray-900: hsl(210, 24%, 16%);
|
||||
}
|
|
@ -2,9 +2,6 @@ import React from 'react';
|
|||
import ReactDOM from 'react-dom';
|
||||
import App from '@/components/App';
|
||||
import { setConfig } from 'react-hot-loader';
|
||||
|
||||
// Import Blueprint stylesheets
|
||||
import './blueprint/css/tailwind.css';
|
||||
import './blueprint/css/extensions.css';
|
||||
|
||||
// Enable language support.
|
||||
|
|
Loading…
Reference in a new issue