Skip to content

GDB-12099 Install and configure CSS autoprefixer#2340

Open
plamen-yordanov wants to merge 1 commit intomasterfrom
GDB-12099-Install-and-configure-css-autoprefixer
Open

GDB-12099 Install and configure CSS autoprefixer#2340
plamen-yordanov wants to merge 1 commit intomasterfrom
GDB-12099-Install-and-configure-css-autoprefixer

Conversation

@plamen-yordanov
Copy link
Copy Markdown
Contributor

@plamen-yordanov plamen-yordanov commented Aug 29, 2025

What

Install and configure CSS autoprefixer

Why

To have browser prefixing done automatically, instead of doing it manually

How

  • Installed postcss and autoprefixer to the project root
  • Installed @stencil-community/postcss and autoprefixer in shared-components, since stencil uses rollup
  • Created postcss.config.js which adds the autoprefixer plugin to postcss
  • added processors for .css, .less and .scss files in webpack config
  • Added .browserslistrc, which configures autoprefixer browser specific prefixes

Testing

n/a

Screenshots

stencil build
image

Local dev
image

Checklist

  • Branch name
  • Target branch
  • Commit messages
  • Squash commits
  • MR name
  • MR Description
  • Tests

@plamen-yordanov plamen-yordanov force-pushed the GDB-12099-Install-and-configure-css-autoprefixer branch from 56e5227 to 9da8c6f Compare August 29, 2025 13:14
## What
Install and configure CSS autoprefixer

## Why
To have browser prefixing done automatically, instead of doing it manually

## How
- Installed `postcss` and `autoprefixer` to the project root
- Installed ``@stencil-community/postcss` and `autoprefixer` in shared-components, since stencil uses rollup
- Created `postcss.config.js` which adds the autoprefixer plugin to postcss
- added processors for .css, .less and .scss files in webpack config
- Added `.browserslistrc`, which configures autoprefixer browser specific prefixes

## Testing
n/a
@svilenvelikov svilenvelikov force-pushed the GDB-12099-Install-and-configure-css-autoprefixer branch from 9da8c6f to e9c30ed Compare September 23, 2025 06:33
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant