Skip to content

Commit

Permalink
Change email address in head src files
Browse files Browse the repository at this point in the history
  • Loading branch information
GuglielmoPepe committed Mar 13, 2022
1 parent 78a3d05 commit 6eedf72
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,24 +5,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]



## [2.1.0 - 2021-03-13]

### Added

- Add 'id' attribute for heading sections in docs/example.html
- Add text-size-adjust to prevent adjustments of font size after orientation changes
- Add float property to nav li::before


### Changed

- Change css variables
- Change font-size rules according a typographic scale
- Change measures according a grid scale
- Change font-family for readibility


### Removed

- Remove the '[aria-hidden = "true"]' attribute from elements that contain focusable descendants
- Remove 'hgroup' rules: the 'hgroup' element has been removed from the HTML5 (W3C) specification
- Remove display='block' property for 'table' selector
- Remove 'nav ol' selector
- Remove 'nav ul' selector
- Remove select background styling when multiple attribute is also present
- Remove resize=block attribute to textarea selector


### Fixed

- Fix stylesheet URL in docs
- Fix version in package.json
- Fix unclosed tag 'img' in docs/example.html



## [2.0.0 - 2020-04-14]

### Added
Expand Down Expand Up @@ -175,12 +196,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix margins and paddings for 'nav > ul' selector



## 1.0.2 - 2020-10-05
- Fix bug select multiple in Chrome
- Fix url of changelog file in readme



## 1.0.1 - 2020-03-31
- Fix margins for mobile
- Fix font-size unit for small element



## 1.0.0 - 2020-03-28
2 changes: 1 addition & 1 deletion src/quick.css
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*!
* quick.css 2.0.0 (https://guglielmopepe.github.io/quick/)
* Copyright 2020 Guglielmo Pepe <posta@guglielmopepe.com> (https://www.guglielmopepe.com)
* Copyright 2020 Guglielmo Pepe <info@guglielmopepe.com> (https://www.guglielmopepe.com)
* Licensed under MIT (https://github.com/GuglielmoPepe/quick/blob/master/LICENSE.md)
*/
*{box-sizing:border-box;background-repeat:no-repeat;}
Expand Down
4 changes: 2 additions & 2 deletions src/quick.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6eedf72

Please sign in to comment.