Skip to content
css logo

CSS

Cascading Style Sheets (CSS) is a language used most often to style and improve upon the appearance of views. It allows for the separation of presentation and content, and includes the characteristics of layouts, colors and fonts. CSS builds upon HTML to make webpages more interactive and appealing to the user.

Here are 44,895 public repositories matching this topic...

bootstrap
erayerdin
erayerdin commented Sep 13, 2019

What Happens

Oddly, Google, in my area, still indexes 4.0 version of the docs while the current version is 4.3. So the search redirects to https://getbootstrap.com/docs/4.0.

When I open up the docs from the search, naturally it says:

There's a newer version of Bootstrap 4!

When I click on that, it redirects to home page rather than the same page of the component.

What I Exp

prettier
devongovett
devongovett commented Aug 12, 2019

Create the @parcel/transformer-markdown package in packages/transforms/markdown. This package is a Parcel 2 transform plugin for markdown. It should be based on the MarkdownAsset from Parcel 1.

The @parcel/transformer-markdown package is responsible for the following things:

  • Compiling markdown to HTML using marked
calvinjuarez
calvinjuarez commented Jul 14, 2018

Not sure if this is a bug or a feature request, but it'd be nice if this Less would try to assume .less even if there's a . in the filename.

For example:

css/bootstrap.less

//...
@import 'bootstrap.theme';

I was hoping it'd import bootstrap.theme.less, but instead it throws this error:

css/bootstrap.less: [L68:C0] 'bootstrap.theme' wasn't found. Tried - css
You can’t perform that action at this time.