tailwindcss/__tests__/fixtures/tailwind-input.css
Adam Wathan beb83de208 Replace 0.x colors with rough draft of 1.0 colors
These will 100% change, but the names are at least correct, and the colors are probably ~close. Hoping to finish fine-tuning these by the end of the week.
2019-03-13 21:06:46 -04:00

13 lines
154 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@responsive {
.example {
@apply .font-bold;
color: theme('colors.red.500');
}
}