Skip to content

Commit

Permalink
patching with greenwood super css
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Jul 21, 2024
1 parent acf2334 commit 6dd2ddd
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 168 deletions.
4 changes: 2 additions & 2 deletions greenwood.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { greenwoodPluginFontAwesome } from '@analogstudiosri/greenwood-plugin-font-awesome';
import { greenwoodPluginGoogleAnalytics } from '@greenwood/plugin-google-analytics';
import { greenwoodPluginTypeScript } from '@greenwood/plugin-typescript';
// import { greenwoodPluginPostCss } from '@greenwood/plugin-postcss';
import { greenwoodPluginPostCss } from '@greenwood/plugin-postcss';
import analyze from 'rollup-plugin-analyzer';
import { visualizer } from 'rollup-plugin-visualizer';
import dynamicImportVariables from '@rollup/plugin-dynamic-import-vars';
Expand All @@ -14,7 +14,7 @@ export default {
}
},
plugins: [
// greenwoodPluginPostCss(),
greenwoodPluginPostCss(),
greenwoodPluginFontAwesome(),
greenwoodPluginTypeScript(),
// https://developers.google.com/analytics/devguides/collection/analyticsjs/single-page-applications
Expand Down
Loading

0 comments on commit 6dd2ddd

Please sign in to comment.