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

monkibraum picture monkibraum  路  3Comments

mnlbox picture mnlbox  路  3Comments

rahilwazir picture rahilwazir  路  3Comments

wes-cutting picture wes-cutting  路  3Comments

OrestTs picture OrestTs  路  3Comments