Drupal 8 minified css not showing

Hi, 

Working with a bootstrap subtheme, gulp and sass.  I have edited my scss files, and compiled the scss to two css files if I use the minifed version in my library:

global-styling:
  css:
    theme:
      css/style.min.css: { minified: true }

The changes are not displayed in my site (but they are in the minified file).

If I change my library to: 

global-styling:
  css:
    theme:
      css/style.css: {}

The changes are displayed. 

Adding attributes to an item list li in a custom table

Hey there, I've been having some problems and I'm at the point where I think I need some help.

I'm writing a custom module that returns a table - and within that table I have a few for each loops to pull out some data. I am feeding information to a row like so:

Drupal 8.4 - Theming Need advice for Best Practices

Hi.

I need some advices for theming. I have a thirth part css library, it is not developed for drupal. I use it to develope scrollable and resonsive pages.

Wich the best way to adapt a css file to drupal?

Thank You.

Social media link module for drupal 8

Hi,

Using drupal - 8

Could someone please tell me what module to use for just a link to social media accounts, fb,twitter,instagram, etc.? Thanks

Composer multisite

Hi,

Searched everywhere but still didn't found the answer: How to run composer for a required website under my multisite configuration?

Thanks.

Defining taxonomies to create a custom page layout?

Good Evening - I have a series of tutorials that I'm trying to launch on a custom Drupal 8 theme, but I'm unsure if I'm thinking about my process the right way, or where to go next. My tutorials contain the following data structure:

Subject (the parent)
Chapters as children of the subject.
Tutorials as children of the chapters.
Transcript as a child of each tutorial.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x