This website requires JavaScript.
Explore
Help
Sign In
Blankie
/
pastel.codes
Watch
1
Star
0
Fork
0
You've already forked pastel.codes
mirror of
https://github.com/aurora-dot/pastel.codes.git
synced
2024-11-22 08:12:19 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
add-obsidian-graph
pastel.codes
/
postcss.config.js
4 lines
84 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
Switch to tailwind (#16) * Add tailwind to project * Adapt previous design into tailwind * Remove bootstrap * Fix docker steps
2021-09-11 21:32:23 +01:00
module
.
exports
=
{
Add linting, formatting and pre-commit (#53) * Add dev-dependancies * Security update npm packages * Force audit fix * Add linting, formatting and precommit * Format files
2024-04-29 13:21:31 +01:00
plugins
:
[
require
(
'tailwindcss'
)
,
require
(
'autoprefixer'
)
]
,
}
;
Copy Permalink