Skip to content

Commit

Permalink
chore: deprecate useCSS() hook (microsoft#17520)
Browse files Browse the repository at this point in the history
* chore: deprecate useCSS() hook

* add changelog entry
  • Loading branch information
layershifter authored Mar 23, 2021
1 parent cdb8917 commit c12b006
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 455 deletions.
1 change: 1 addition & 0 deletions packages/fluentui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Documentation
- Update left nav in UI Builder to separate add components from navigator @codepretty ([#17002](https://github.com/microsoft/fluentui/pull/17002))
- Deprecate `useCSS()` hook @layershifter ([#17520](https://github.com/microsoft/fluentui/pull/17520))

<!--------------------------------[ v0.53.0 ]------------------------------- -->
## [v0.53.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-northstar_v0.53.0) (2021-03-13)
Expand Down
22 changes: 0 additions & 22 deletions packages/fluentui/docs/src/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,19 +243,6 @@ const baseTreeItems: TreeProps['items'] = [
to: '/icon-viewer',
},
},
...(process.env.NODE_ENV !== 'production'
? [
{
id: 'theming-specification',
title: {
as: NavLink,
content: 'Theming Specification',
activeClassName: 'active',
to: '/theming-specification',
},
},
]
: []),
],
},
{
Expand Down Expand Up @@ -314,15 +301,6 @@ const baseTreeItems: TreeProps['items'] = [
to: '/integrate-custom-components',
},
},
{
id: 'styles-overrides',
title: {
content: 'Styles overrides',
as: NavLink,
activeClassName: 'active',
to: '/styles-overrides',
},
},
{
id: 'performance',
title: {
Expand Down
73 changes: 0 additions & 73 deletions packages/fluentui/docs/src/pages/StylesOverrides.mdx

This file was deleted.

Loading

0 comments on commit c12b006

Please sign in to comment.