You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Tailwind][] is used as our CSS Framework and the Foundation of our Design System
84
79
-[Hero Icons](https://heroicons.com/) is an SVG Icon Library used within our Codebase
85
80
-[Radix UI][] is a collection of customizable UI components
@@ -577,15 +572,11 @@ We currently use a set of PostCSS plugins that create a SCSS-a-like environment.
577
572
578
573
#### What PostCSS Plugins we use?
579
574
580
-
-`postcss-mixins`: Allows us to use Sass-like Mixins
581
-
-`postcss-import`: Allows us to use Sass-like Imports
582
-
-`postcss-simple-vars`: Allows us to use Sass-like Variables
583
-
-`postcss-nested`: Allows us to use Sass-like Nesting
584
575
-`postcss-calc`: Strips `calc` expressions and replaces them with the result
576
+
-`@tailwindcss/postcss`: Allows us to use Tailwind within PostCSS
585
577
586
578
It is important to mention that even though we use SCSS-like syntax, we do not use SCSS, and some of these plugins
587
579
are not 100% compatible with the SCSS syntax.
588
-
For example, `postcss-mixins` does not support `@include` and `@extend` directives (and it uses `@define-mixin` for defining Mixins and `@mixin` for including Mixins).
0 commit comments