commands
5 months ago
common
3 weeks ago
components
1 month ago
css
1 month ago
hooks
1 month ago
layout
3 weeks ago
notifications
5 months ago
partials
5 months ago
post-quick-edit
5 months ago
screen-ads
1 month ago
screen-dashboard
2 months ago
screen-groups
2 months ago
screen-licenses
3 weeks ago
screen-placements
1 month ago
screen-settings
5 months ago
screen-support
3 weeks ago
screen-tools
2 months ago
store
3 weeks ago
wp-dashboard
1 month ago
main.css
1 month ago
main.js
1 month ago
router.js
1 month ago
routes.js
1 month ago
utils.js
1 month ago
main.css
21 lines
| 1 | @layer theme, utilities; |
| 2 | |
| 3 | /* Disable auto detection */ |
| 4 | @import "tailwindcss/theme.css" layer(theme) source(none); |
| 5 | |
| 6 | .advanced-ads_page_advanced-ads-app { |
| 7 | @import "tailwindcss/utilities.css" source(none); |
| 8 | } |
| 9 | |
| 10 | @source "./components/**/*.{js,jsx}"; |
| 11 | @source "./layout/**/*.{js,jsx}"; |
| 12 | @source "./screen-licenses/**/*.{js,jsx}"; |
| 13 | @source "./screen-support/**/*.{js,jsx}"; |
| 14 | |
| 15 | @import "./css/theme.css"; |
| 16 | @import "./css/base.css"; |
| 17 | @import "./css/button.css"; |
| 18 | @import "./css/form.css"; |
| 19 | |
| 20 | @import "./screen-support/support.css"; |
| 21 |