css-framework
Here are 1,051 public repositories matching this topic...
Adding the class ascending or descending to the th will show the user the sorting direction.
That's not correct, and the example shows what you actually need:
- set the "sortable" class on the table
- set the "ascending" AND "sorted" class on the th
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
There is a code example error on the documentation on https://tailwindcss.com/docs/top-right-bottom-left
<!-- Span left edge -->
<div class="relative h-24 w-24 bg-gray-400">
<div class="absolute inset-y-0 left-0 bg-gray-700"></div>
</div>
This code block is missing a width of the absolutely positioned element
should be the
Describe the bug
Setup error when using node v13.x
If I tried node v12.x or below, setup is complete.
I wanted to describe the recommended environment for node and npm.
Environment:
- OS: Mac OSX
- Browser:
- Build environment (i.e. NodeJS): node v13.2.0
The cell input extension is not documented (didnt knew that extension exists until now).
@wenzhixin The extension is also not selectable on the online editor.
Suggestion
Add to the Documentation a note the the following line should be added in the <head> element:
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
I would suggest adding it to the page Installation or to [Layout > Responsive](https://picturepan2.github.i
Take the example at https://developer.mozilla.org/en-US/docs/Learn/HTML/Tables/Basics, more specifically the code at https://github.com/mdn/learning-area/blob/master/html/tables/basic/animals-table-fixed.html and point it to this css instead of the provided one.
You get (with the latest Firefox on OSX) what you see in the attached image, which is not correct (Hen and Mare seem to have some
Confirm that #115 lints the doc files as well
I am using material-ui/core V1.5.1 with react 16.2.0.
When I render a checkbox component with a label property, no label text is displayed.
<Checkbox
id="retry"
name='retry'
label="testing..."
checked={true}
/>
Everything else seems to work OK
Instead of embedding normalize gutenberg should probably say it's required in the documentation then users could use a newer version of normalize
-
Updated
Feb 17, 2020
-
Updated
Feb 16, 2020 - CSS
-
Updated
Feb 15, 2020
-
Updated
Feb 17, 2020 - CSS
-
Updated
Feb 11, 2020 - CSS
-
Updated
Feb 17, 2020 - CSS
Would be great if you could create a custom plugin for stylelint that adds support for your custom rules; for example, making font-range a known property for the property-no-unknown rule.
Summary
I'm new to Webpack, but I'm not sure how to get Webpack to "know" where the source files for Shoelace are. I have installed shoelace and the dependencies with Yarn.
My webpack.config.js
module.exports = {
module: {
rules: [
{
test: /\.css$/,
use: [
'style-loader',
{
loader: 'css-loader',
I'm trying to build a page that has a sidebar (or both a sidebar and a top appbar / navbar), and none of the Layout examples are helping. I tried mixing and matching the components and I never manage to obtain quite the result that works in the documentation (e.g. the Build Tools page), a simple sidebar on the left with content on the light.
Currently Travis is returning the following warnings:
npm WARN engine grunt-legacy-util@1.1.1: wanted: {"node":">= 6"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN engine grunt-legacy-log-utils@2.0.1: wanted: {"node":">=6"} (current: {"node":"4.9.1","npm":"2.15.11"})
npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
npm WARN en
-
Updated
Feb 18, 2020 - CSS
-
Updated
Feb 17, 2020 - HTML
First of all, it's great, but
could you provide the documentation offline, so that I can download it, or a way to build it, is important as I spend a lot of time offline
-
Updated
Feb 8, 2020 - CSS
-
Updated
Feb 4, 2020 - CSS
-
Updated
Feb 17, 2020 - CSS
-
Updated
Feb 13, 2020 - HTML
Improve this page
Add a description, image, and links to the css-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the css-framework topic, visit your repo's landing page and select "manage topics."
Per twbs/bootstrap#29956.