Coder Social home page Coder Social logo

marcop135 / bullframe.css Goto Github PK

View Code? Open in Web Editor NEW
44.0 44.0 3.0 216.64 MB

Solid, fluid, cross-browser Sass (SCSS) framework

Home Page: https://marcop135.github.io/bullframe.css/

License: MIT License

JavaScript 2.09% HTML 34.06% SCSS 63.85%
boilerplate css css-framework dark-theme darkmode flexible fluid gulpjs internet-explorer normalize-css reset-css responsive-web-design sass scss typography

bullframe.css's People

Contributors

imgbotapp avatar marcop135 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bullframe.css's Issues

Mozilla examples videos are missing on demo

Describe the bug
Mozilla examples videos are missing on demo

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://marcop135.github.io/bullframe.css/#embedded-content
  2. Scroll down to HTML5 video with controls
  3. Try to play video

Expected behavior
See a video

Screenshots

image

Desktop and Smartphone:

  • OS: All
  • Browser: All
  • Version: All

Additional context
Missing files:

<video>: don't ovveride intrinsic width by default

audio and video are flexible by default without extra elements (e.g. responsive wrappers).

But the appearance of the videos should be like that of the responsive images. max-width: 100% + height: auto. This ensures that the width attribute is respected by default.

How to fix it:
remove line 51

Codepen

Remove :invalid styles

Describe the bug
The invalid state is added by default when a form element has the attribute required.

To Reproduce
Codepen

Expected behavior
No :invalid styles by default.
The invalid state styles must be applied via JavaScript using the utility class 'bf-invalid' when is invalid state only.

Screenshots
Capture

Desktop (please complete the following information):

  • all browsers

Smartphone (please complete the following information):

  • all browsers

Additional context
:invalid MDN

<select> doesn't support RTL languages

Description
The default page direction in CSS is LTR (left-to-right).
Indeed the html elements has dir attribute set to ltr by default.

When dir is changed to rtl (e.g. Arabic language) the elements flip automatically (<html dir="rtl">...</html>).
Since select has the appearance removed in modern browsers, it appears incorrect in RTL languages.

To Reproduce
CodePen

Expected behavior
Move the arrow on the left and change the left/right padding accordingly if RTL is set.

.fix[dir="rtl"]:not([size]):not([multiple]) {
  background-position: left 0.85rem top 50%, 0 0;
  padding-left: 2.4rem;
  padding-right: 0.6rem;
}

Screenshots
Capture

Desktop

  • all browsers except for IE8

Smartphone

  • all browsers

Read more on this topic
rtlstyling.com by Ahmad Shadeed @shadeed

npm package.json: add missing keywords

Enhance the npm page with keywords

Capture

Suggested keywords:

{
  "keywords": [
    "css",
    "css-framework",
    "ie8",
    "responsive-web-design",
    "fluid",
    "reset-css",
    "normalize-css",
    "boilerplate",
    "flexible",
    "scss",
    "sass",
    "internet-explorer",
    "ie9",
    "ie10",
    "ie11",
    "gulpjs",
    "typography",
    "dark-theme",
    "darkmode"
  ]
}

[npm documentation](https://docs.npmjs.com/files/package.json#keywords)


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.