mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Use CommonJS format for default config
...so people can copy and paste it.
This commit is contained in:
parent
09a56e794f
commit
5616a9919c
@ -1,4 +1,4 @@
|
||||
const colors = {
|
||||
var colors = {
|
||||
'black': '#000000',
|
||||
'grey-900': '#212b35',
|
||||
'grey-800': '#404e5c',
|
||||
@ -47,8 +47,8 @@ const colors = {
|
||||
'pink-lightest': '#fdf2f5',
|
||||
}
|
||||
|
||||
export default {
|
||||
colors,
|
||||
module.exports = {
|
||||
colors: colors,
|
||||
screens: {
|
||||
sm: '576px',
|
||||
md: '768px',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user