Skip to content
#

CSS

css logo

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 48,672 public repositories matching this topic...

electron
pere
pere commented Oct 22, 2019

Hi, I have been spending quite sometime wondering why a simple dropdown was not working.
Is not specified on the docs that the must have the class 'dropdown-trigger' (any other is not triggering the dropdown!)

Just a matter of documentation but crucial in order not to waste time :.)
example, this will not work:

<a class='dropdown-button-example btn' href='#' data-target='dropdo
pnfcre
pnfcre commented Nov 18, 2019

🐛 Bug Report

I tried passing --open to the parcel src/index.html command, but nothing happened. This feature works perfectly in the latest stable parcel-bundler package.

🎛 Configuration (package.json)

{
  "scripts": {
    "start": "parcel src/index.html --open"
  }
}

🤔 Expected Behavior

Parcel should open http://localhost:1234 in my default web brow

styled-components
tbergq
tbergq commented Jan 14, 2020

Environment

System:

  • OS: macOS 10.15.2
  • CPU: (4) x64 Intel(R) Core(TM) i7-7567U CPU @ 3.50GHz
  • Memory: 5.82 GB / 16.00 GB
  • Shell: 3.2.57 - /bin/bash

Binaries:

  • Node: 12.14.0 - /usr/local/bin/node
  • Yarn: 1.21.1 - /usr/local/bin/yarn
  • npm: 6.13.4 - /usr/local/bin/npm
  • Watchman: 4.9.0 - /usr/local/bin/watchman

Reproduction

Upgrade to v5

inexist3nce
inexist3nce commented May 24, 2015

The responsive menu at http://purecss.io/layouts/tucked-menu-vertical/ does not adjust height as one would expect.

When viewing in a screen smaller than 768px, the "responsive" menu has a fixed height that could potentially cause issues with long menus (or in really small screens with wrapping text).

This can be fixed by replacing the hardcoded height: 14em; at line 69 with height: auto;.

tabler
tailwindcss
bernica
bernica commented Jan 28, 2020

Is your feature request related to a problem? Please describe.
When implementing a textField with next return key type, the keyboard is dismissed and focusing another textField brings it back BUT a flick is produced.

Describe the solution you'd like
I'd like to be able to prevent the textFieldShouldReturn implementation from always dimissing soft input.

**Describe alternatives yo

Created by Håkon Wium, Lie Bert Bos

Released December 17, 1996

Website
www.w3.org/Style/CSS/Overview.en.html
Wikipedia
Wikipedia

Related Topics

react css-preprocessors bootstrap
You can’t perform that action at this time.