You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 

29 lines
379 B

module.exports = {
prefix: 'rg-',
important: true,
purge: [
'public/views/**/*.php',
],
theme: {
colors: {
transparent: 'transparent',
current: 'currentColor',
black: '#000',
white: '#fff',
red: {
400: '#ff746e',
},
yellow: {
100: '#faf9f5',
},
blue: {
900: '#0e2734',
},
},
extend: {},
},
variants: {},
plugins: [],
}