Strapi: Modifying CSS in Strapi Plugin

Created on 7 May 2019  路  3Comments  路  Source: strapi/strapi

Informations

  • Node.js version: v10
  • NPM version:
  • Strapi version: v3
  • Database: Mongo
  • Operating system: MacOS

What is the current behavior?
I am trying to modify the CSS in plugins/content-manager/admin/src/containers/ListPage/styles.scss

After the change, I rebuild the application with npm run setup followed by strapi start, however, the changes are not reflected. How can I modify the css of the plugin?

help wanted

All 3 comments

In the end I just override the styles in the main css file specified in App/index.js
Would be nice to know how to do this without overriding the styles...

This issue is related to the alpha version.
We are cleaning these issues.

Is there an update how to override plugin styles in beta? @lauriejim

Was this page helpful?
0 / 5 - 0 ratings

Related issues

derrickmehaffy picture derrickmehaffy  路  3Comments

jskorepa picture jskorepa  路  3Comments

shash7 picture shash7  路  3Comments

profjefferson picture profjefferson  路  3Comments

monkibraum picture monkibraum  路  3Comments