mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Co-authored-by: Philipp Spiess <hello@philippspiess.com> Co-authored-by: Robin Malfait <malfait.robin@gmail.com>
12 lines
252 B
TypeScript
12 lines
252 B
TypeScript
import index from 'tailwindcss/index.css'
|
|
import preflight from 'tailwindcss/preflight.css'
|
|
import theme from 'tailwindcss/theme.css'
|
|
import utilities from 'tailwindcss/utilities.css'
|
|
|
|
export const css = {
|
|
index,
|
|
preflight,
|
|
theme,
|
|
utilities,
|
|
}
|