Uses of Class
io.github.cdklabs.projen.web.PostCssOptions.Builder
-
Packages that use PostCssOptions.Builder Package Description io.github.cdklabs.projen.web -
-
Uses of PostCssOptions.Builder in io.github.cdklabs.projen.web
Methods in io.github.cdklabs.projen.web that return PostCssOptions.Builder Modifier and Type Method Description static PostCssOptions.BuilderPostCssOptions. builder()PostCssOptions.BuilderPostCssOptions.Builder. fileName(String fileName)Sets the value ofPostCssOptions.getFileName()PostCssOptions.BuilderPostCssOptions.Builder. tailwind(Boolean tailwind)Sets the value ofPostCssOptions.getTailwind()PostCssOptions.BuilderPostCssOptions.Builder. tailwindOptions(TailwindConfigOptions tailwindOptions)Sets the value ofPostCssOptions.getTailwindOptions()Constructors in io.github.cdklabs.projen.web with parameters of type PostCssOptions.Builder Constructor Description Jsii$Proxy(PostCssOptions.Builder builder)Constructor that initializes the object based on literal property values passed by thePostCssOptions.Builder.
-